5 months ago
A custom-built MCP (Model Context Protocol) server designed to streamline data access from data.unhcr.org. This server efficiently pulls structured humanitarian data from UNHCR’s public platform, enabling real-time integration with local systems, dashboards, and analytics pipelines. Hosted securely on mscp.so, it ensures reliable performance, optimized data throughput, and easy scalability for humanitarian applications.
Key Features:
Automated data extraction from UNHCR's open datasets
Custom endpoint handling and transformation
JSON/CSV-ready output for downstream use
Secure, lightweight, and scalable architecture
Real-time and scheduled pull options
Use Cases:
✓ Humanitarian needs analysis
✓ Refugee response dashboards
✓ Donor and partner reporting
✓ Integration with local WMS or data lakes
Server Config
{
"servers": {
"unhcr": {
"command": "npx",
"args": [
"-y",
"mcp-server-unhcr"
]
}
}
}